std::basic_stringbuf
From Cppreference
| Defined in header <code><sstream></code>
| ||
| template<
class charT, | ||
Two specializations for common character types are also defined:
<code> typedef basic_stringbuf<char> stringbuf; typedef basic_stringbuf<wchar_t> wstringbuf;
[edit] Member types
^ Member type ^ Definition ^ | char_type | charT | | traits_type | Traits | | int_type | Traits::int_type | | pos_type | Traits::pos_type | | off_type | Traits::off_type | | allocator_type | Allocator (/C++0x feature) |